Welcome![Sign In][Sign Up]
Location:
Search - sqlite android

Search list

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[Windows DevelopAndroidDesign

Description: 高焕堂著的《Android应用框架原理与程序设计》第三版-GAO Huan-tang of the
Platform: | Size: 5948416 | Author: 王德梁 | Hits:

[androidNotepadCodeLab

Description: android os 记事本功能的练习例子,包括UI,SQlite的操作,分三个阶段完成功能,文件名结尾为_Solution的文件是解决方案,可以对应该文件练习,代码有注释-android os Notepad function of exercise examples, including the UI, SQlite operation, completion in three phases, the file name ends with _Solution file is the solution, can be paper exercises, code annotated
Platform: | Size: 76800 | Author: zane | Hits:

[Database systemApress.The.Definitive.Guide.to.SQLite.May.2006

Description: 在Android中用java开发是所用的数据库 SQLite-Android java SQLite
Platform: | Size: 6008832 | Author: misea | Hits:

[androidcode

Description: Android开发入门与实战一书的源码,很实用的代码,包含了Android技术的各个方面。-Android development of the book Getting Started with the actual source code, very useful code, including all aspects of the Android technology.
Platform: | Size: 6478848 | Author: 辛瑞超 | Hits:

[androidsqlite-connector1.0

Description: android 1.5 对数据库的操作,这些类已经对原来的数据库操作进行了进一步的分装,使用起来更方便。-android 1.5 on the database operations, these classes have been conducted on the original database operation further packaging and to use more convenient.
Platform: | Size: 9216 | Author: lyx | Hits:

[JSP/Javaandroid_SQLite

Description: android SQLite数据库使用实例,用SQLiteOpenHolper实现-a application of android SQLite with database,use with SQLiteOpenHolper
Platform: | Size: 36864 | Author: wzs | Hits:

[androidSQLite

Description: Android的数据存储操作:SharedPreferences存储、SQLite存储方式、ContentProvider介绍-Android' s data storage operations: SharedPreferences storage, SQLite storage mode, ContentProvider Introduction
Platform: | Size: 206848 | Author: yuanyong | Hits:

[androidSQLTest

Description: android 数据库 SQLite 学习 增删改查功能-SQLite for android
Platform: | Size: 65536 | Author: yangdu | Hits:

[JSP/Javaex08_1_SQLite

Description: android 系统 数据库应用实例。 在google android 操作系统上对数据库的使用和管理。-android application example database. Google android operating system in use and management of the database.
Platform: | Size: 49152 | Author: jinelin | Hits:

[androidImageViewer

Description: 基于android简易图片浏览器,利用Gallery实现-Simple image viewer based on android
Platform: | Size: 439296 | Author: 曲梦 | Hits:

[androidDBApp

Description: Android SQLite数据库操作实例-Android SQLite
Platform: | Size: 30720 | Author: lifeng | Hits:

[androidtestSQLite

Description: Android 读取 sqlite 并分页显示。看来在手机上作企业应用也是容易的事情了。-Android read data from sqlite DB and show the data in pages
Platform: | Size: 60416 | Author: sui | Hits:

[androidSQLTest

Description: android sqlite 简单小程序-android sqlite simple applet
Platform: | Size: 2383872 | Author: 王君林 | Hits:

[androidSQLite

Description: Android 手机系统中的SQLite 相关Java源码,每一个intent都会带一个Bundle型的extras数据。需要对position和id进行一个很好的区分。position指的是点击的这个ViewItem在当前ListView中的位置,每一个和ViewItem绑定的数据,肯定都有一个id,通过这个id可以找到那条数据。 -Android mobile phone system in the Java source SQLite related to each type of intent will be the extras with a Bundle of data. Id need to be a very good position and distinction. position refers to the clicks in this ViewItem ListView in the current location of each one and ViewItem bound data, certainly has an id, id can be found through this piece of data.
Platform: | Size: 59392 | Author: cat33 | Hits:

[androidandroid-SQLite

Description: “android ”数据库经典教材 SQLite 入门-classic textbook Introduction to SQLite database android
Platform: | Size: 172032 | Author: 丁强 | Hits:

[androidAndroid

Description: Android SharedPreference,文件存储,SQLITE数据库存储,ContentProvider,网络存储的例子.包含我培训大伙时的ppt.-Android SharedPreference, file storage, SQLITE database storage, ContentProvider, network storage case. Contain my training, when everyone ppt.
Platform: | Size: 1075200 | Author: 白色彗星是我 | Hits:

[androidSecret-Android--development

Description: Android应用开发揭秘,杨丰盛。 如果你也在思考下面这些问题,也许本书就是你想要的! 1.Android开发与传统的J2ME开发有和相似与不同? 2.如何通过SharedPreference、Files、Network和SQLite等方式搞笑实现数据存储-Secret Android application development, Yang Fengsheng. If you also consider the following issues, perhaps this book is what you want! 1.Android development and traditional development with J2ME and the similarities and differences? 2. How SharedPreference, Files, Network, and SQLite for data storage, etc. Funny
Platform: | Size: 48521216 | Author: xiangmao | Hits:

[androidsqlite

Description: android的SQLite实例,增加、删除、修改、查询-android' s SQLite instance, add, delete, modify, query
Platform: | Size: 49152 | Author: ningbiting | Hits:

[androidandroid-sqlite

Description: 详解 android sqlite的创建 插入删除 更新 查询-Detailed android sqlite insert delete update query to create
Platform: | Size: 59392 | Author: chenxi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net